* lisp.h (eassert): Assume that COND is true when optimizing.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Oct 2013 16:16:31 +0000 (09:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Oct 2013 16:16:31 +0000 (09:16 -0700)
commit279b43d1fbfc67461a76365f6c7580b78ed09d8e
tree45b23ced19e51ee2d9bb2577c7325d18d0f776d5
parentc1926762205561af97cd00fb9a3992e08a3430f6
* lisp.h (eassert): Assume that COND is true when optimizing.

In other words, take on the behavior of eassert_and_assume.
This makes Emacs 0.2% smaller on my platform (Fedora 19, x86-64).
(eassert_and_assume): Remove.  All uses replaced by eassert.
src/ChangeLog
src/alloc.c
src/data.c
src/lisp.h